Skip to content
Snippets Groups Projects
Select Git revision
  • honza/submit-images
  • devel default
  • master
  • fo
  • jirka/typing
  • fo-base
  • mj/submit-images
  • jk/issue-96
  • jk/issue-196
  • honza/add-contestant
  • honza/mr7
  • honza/mrf
  • honza/mrd
  • honza/mra
  • honza/mr6
  • honza/kolo-vs-soutez
  • jh-stress-test-wip
  • shorten-schools
18 results

.gitignore

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