CodeSnippet/conkeror/Makefile

9 lines
117 B
Makefile
Raw Permalink Normal View History

2014-03-16 15:15:44 +08:00
.PHONY: clean
CFLAGS ?= -O2 -g
conkeror-spawn-helper: conkeror-spawn-helper.c
clean:
rm -f conkeror-spawn-helper