diff --git a/histogram/fr/Makefile b/histogram/fr/Makefile index 204a133..c65510b 100644 --- a/histogram/fr/Makefile +++ b/histogram/fr/Makefile @@ -1,3 +1,3 @@ -all: calibration -calibration: calibration.c ../cacheutils.h +all: calibration_fr +calibration: calibration_fr.c ../cacheutils.h gcc -std=gnu11 -O2 -o $@ $@.c