configure_backup/conkeror/Makefile

9 lines
117 B
Makefile

.PHONY: clean
CFLAGS ?= -O2 -g
conkeror-spawn-helper: conkeror-spawn-helper.c
clean:
rm -f conkeror-spawn-helper