Add GNUmakefile

This commit is contained in:
hjp 2016-07-05 19:59:14 +00:00
parent 89e5b8a3ff
commit 1c961289e9
1 changed files with 6 additions and 0 deletions

6
open_mode/GNUmakefile Normal file
View File

@ -0,0 +1,6 @@
CC = gcc -std=c99
open_mode:
clean:
rm open_mode