Skip to content
Snippets Groups Projects
Select Git revision
  • f2096f2bbb673fbaef0828767309c57f57d3177c
  • master default protected
2 results

Makefile

Blame
  • 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