added makefile for lemon
This commit is contained in:
parent
5c8b03bef5
commit
306b6e7840
9
cypher/lemon/Makefile
Normal file
9
cypher/lemon/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
CC=clang
|
||||
CCFLAGS= -O2
|
||||
|
||||
lemon:
|
||||
$(CC) lemon.c -o lemon $(CCFLAGS)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm lemon
|
Loading…
Reference in New Issue
Block a user