add nothing makefile for the hell of it
This commit is contained in:
parent
2f519337c9
commit
75a98858cd
1 changed files with 3 additions and 0 deletions
3
Makefile
Normal file
3
Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
CFLAGS := -std=gnu99 -Wall -O3
|
||||
SRCFILES := $(wildcard *.c)
|
||||
all: $(SRCFILES:.c=)
|
Loading…
Reference in a new issue