Select Git revision
-
Martin Mareš authored
Currently, we are just parsing PJL and gathering options. More to come...
Martin Mareš authoredCurrently, we are just parsing PJL and gathering options. More to come...
Makefile 261 B
CC=gcc
CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99
all: xcpt
clean:
rm -f `find . -name "*~" -or -name "*.[oa]" -or -name TAGS -or -name core -or -name .depend -or -name .#*`
rm -f xcpt