Browse Source

removed calling unused targets

pull/604/head
Simon IJskes 10 years ago
parent
commit
94e9d81e47
  1. 2
      db/Makefile

2
db/Makefile

@ -2,7 +2,7 @@
.PHONY: all update clean
#all: stripped.csv repeaters.csv users.json repeaters.json
all: stripped.csv repeaters.csv
all: stripped.csv
clean:
rm -f repeaters.csv users.json repeaters.json special_IDs.csv *.tmp stripped.csv

Loading…
Cancel
Save