Skip to content
Snippets Groups Projects
Select Git revision
  • 2e31feb95e0be3e860e81620d1245dc8ff912082
  • 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