1
0
mirror of https://gitlab.com/klmp200/LO27.git synced 2025-07-11 04:49:23 +00:00

Je suis débile

This commit is contained in:
2016-12-10 21:13:26 +01:00
4 changed files with 52 additions and 3 deletions

View File

@ -25,7 +25,6 @@ DEPENDENCENAMELIST=List
all: $(TARGET)
#Generating the main.exe
$(TARGET): $(SOURCEOFILE) $(DEPENDENCELIST) lib
@echo "\n Generating the " $(TARGET) " binary"
@ -55,4 +54,3 @@ clean:
rm -rf *.o ./Libs/*.so *.exe
$(MAKE) -C LibCell clean
$(MAKE) -C LibList clean