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

Makefile

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