This commit is contained in:
Geoffrey Frogeye 2016-02-03 10:24:35 +01:00
parent 62499d107f
commit bc44b44f29
3 changed files with 88 additions and 0 deletions

View file

@ -9,6 +9,9 @@ E1-3.exe: E1-3.c
E2.exe: E2.c
gcc E2.c -o E2.exe
E5.exe: E5.c
gcc E5.c -o E5.exe
.PHONY: all clean
clean: