makefile: remove everything about ex-1/histo.py

This commit is contained in:
Giù Marcer 2020-06-03 14:28:19 +02:00 committed by rnhmjoj
parent 6715bb0688
commit d3d1846a11

View File

@ -6,13 +6,11 @@ CCOMPILE = \
mkdir -p $(@D); \
$(CC) $(CFLAGS) $^ -o $@
ex-1: ex-1/bin/main ex-1/bin/pdf ex-1/bin/histo
ex-1: ex-1/bin/main ex-1/bin/pdf
ex-1/bin/main: ex-1/main.c ex-1/landau.c ex-1/tests.c ex-1/bootstrap.c
$(CCOMPILE)
ex-1/bin/pdf: ex-1/pdf.c
$(CCOMPILE)
ex-1/bin/histo: ex-1/histo.c
$(CCOMPILE)
ex-2: ex-2/bin/fancy ex-2/bin/fancier ex-2/bin/fast ex-2/bin/limit ex-2/bin/naive ex-2/bin/recip
ex-2/bin/%: ex-2/%.c