makefile: remove old target

master
Michele Guerini Rocco 2020-06-13 18:58:39 +02:00
parent 2e0d8105e1
commit 0b2fcf5bac
1 changed files with 0 additions and 3 deletions

View File

@ -42,8 +42,5 @@ ex-7/bin/main: ex-7/main.c ex-7/common.c ex-7/fisher.c ex-7/percep.c
ex-7/bin/test: ex-7/test.c ex-7/common.c
$(CCOMPILE)
misc: misc/bin/pdfs
misc/bin/pdfs: misc/pdfs.c
clean:
rm -rf ex-*/bin