Skip to content
Snippets Groups Projects
Select Git revision
  • f3b7c40f3241447df9db4b296673af83345b1584
  • jk default protected
2 results

README

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