]> mj.ucw.cz Git - eval.git/blob - Makefile
a66efdee7dc5722971cd9d06526e82422d49ce6f
[eval.git] / Makefile
1 # Makefile for the ywho toolkit
2
3 DEBUG=-ggdb
4 CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Winline $(DEBUG)
5
6 all: box
7
8 box.o: box.c
9
10 clean:
11         rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core`
12         rm -f box