Add true makefile + lists

This commit is contained in:
2016-12-10 20:47:28 +01:00
parent a99b593863
commit 43f32a485a
8 changed files with 141 additions and 151 deletions
-1
View File
@@ -25,7 +25,6 @@ DEPENDENCENAMELIST=List
all: $(TARGET)
#Generating the main.exe
$(TARGET): $(SOURCEOFILE) $(DEPENDENCELIST) lib
@echo "\n Generating the " $(TARGET) " binary"