Skip to content
Snippets Groups Projects
Select Git revision
  • fd79b21ce041babd0fc2f25ae1731405ff93ba5e
  • master default
  • zs2021
  • zs1920
4 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