This commit is contained in:
Geoffrey Frogeye 2016-01-20 10:03:02 +01:00
parent 284a26cbd3
commit e403cd62fb
2 changed files with 57 additions and 0 deletions

View file

@ -24,6 +24,9 @@ E5-2.exe: E5-2.c
E6.exe: E6.c
gcc E6.c -o E6.exe
E7.exe: E7.c
gcc E7.c -o E7.exe
.PHONY: all clean
clean: