This commit is contained in:
Geoffrey Frogeye 2016-01-17 20:17:28 +01:00
parent 84f95b2e59
commit 934e50885e
2 changed files with 31 additions and 0 deletions

View file

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