Autostarting makefile

This commit is contained in:
Michael Chen 2018-01-11 16:57:01 +01:00
parent cac2af317b
commit b9cd095b1c

View File

@ -10,6 +10,4 @@ args = -o
all:
$(compiler) $(warningLevel) $(includes) $(sources) $(linker) $(libs) $(args) $(dir)\$(target)
run:
cd $(dir) && $(target)