X-Git-Url: https://git.piment-noir.org/?p=TD_IML.git;a=blobdiff_plain;f=TD2%2Fexercise2%2FMakefile;fp=TD2%2Fexercise2%2FMakefile;h=d3527af003f4d374e953807b6acfa61c54564391;hp=8c707d7cb4396e4b684befe5d02369b56952c8c7;hb=39734ccae6323a4279011f81ed8d64c2e8ac1756;hpb=000bb88ff53b62a983a73e75b6e19dea79d63981 diff --git a/TD2/exercise2/Makefile b/TD2/exercise2/Makefile index 8c707d7..d3527af 100644 --- a/TD2/exercise2/Makefile +++ b/TD2/exercise2/Makefile @@ -67,6 +67,9 @@ $(DEPDIR)/%.d: ; include $(wildcard $(patsubst %,$(DEPDIR)/%.d,$(basename $(SRCS)))) +run: $(BINARY_NAME) + ./$(BINARY_NAME) + clean: @echo "[CLN]" -@rm -r $(BUILDDIR)