makefile: remove old target

This commit is contained in:
Michele Guerini Rocco 2020-06-13 18:58:39 +02:00
parent 2e0d8105e1
commit 0b2fcf5bac

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