This commit is contained in:
Geoffrey Frogeye 2016-01-27 09:44:08 +01:00
parent 6fc5577666
commit b1fce38fc7
2 changed files with 70 additions and 0 deletions

View file

@ -32,6 +32,9 @@ E8.exe: E8.c
E9.exe: E9.c
gcc E9.c -o E9.exe
E10.exe: E10.c
gcc E10.c -o E10.exe
.PHONY: all clean