]> mj.ucw.cz Git - arexx.git/blob - Makefile
6d5a256247018557e4418e02d29516bb410e5a4d
[arexx.git] / Makefile
1 CC=gcc
2 LD=gcc
3 CFLAGS=-O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wredundant-decls -std=gnu99
4 LDLIBS=-lusb-1.0 -lm -lrrd
5
6 all: arexxd
7
8 clean:
9         rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name .depend -or -name .#*`
10         rm -f arexxd