Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofasciani committed Sep 9, 2024
1 parent bc15ce0 commit 7011565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BIBFILES = release/nime_installations.bib release/nime_music.bib release/nime_papers.bib
CSVFILES = release/nime_installations.csv release/nime_music.csv release/nime_papers.csv
YAMLFILES = release/nime_installations.yaml release/nime_music.yaml release/nime_papers.yaml
JSONFILE = release/nime_installations.json release/nime_music.json release/nime_papers.json
JSONFILES = release/nime_installations.json release/nime_music.json release/nime_papers.json

.PHONY: all
all: $(BIBFILES) $(CSVFILES) $(YAMLFILES) $(JSONFILES) release/index.html
Expand Down

0 comments on commit 7011565

Please sign in to comment.