Makefile: add a PHONY target and don't remove config.h on cleanup Signed-off-by: Tom Schwindl <schwindl@posteo.de> Signed-off-by: Willow Barraco <contact@willowbarraco.fr>
1 files changed, 3 insertions(+), 1 deletions(-) M Makefile
M Makefile => Makefile +3 -1
@@ 49,4 49,6 @@ install: all clean: - rm -f config.h lisgd.o lisgd + rm -f lisgd.o lisgd + +.PHONY: all options install clean