]> mj.ucw.cz Git - misc.git/blob - Makefile
d58e0356e3dad3cdb1d980e3af14744f4cf70df9
[misc.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
5 all:
6         @echo "Please choose what to make:"
7         @grep '^[^      ]*:' Makefile
8
9 parrot: parrot.c
10
11 clean:
12         rm -f `find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name .depend -or -name .#*`