Select Git revision
-
Martin Mareš authoredMartin Mareš authored
Makefile 273 B
CC=gcc
CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99
all: xerox-xcpt
clean:
rm -f `find . -name "*~" -or -name "*.[oa]" -or -name TAGS -or -name core -or -name .depend -or -name .#*`
rm -f xerox-xcpt