This commit is contained in:
Geoffrey Frogeye 2016-01-20 12:02:49 +01:00
parent 1b197a92fa
commit 6fc5577666
2 changed files with 21 additions and 0 deletions

View file

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