2 CFLAGS
=-Wall
-W
-Wmissing-declarations
-Wmissing-prototypes
-O2 \
3 -Wredundant-decls
-Wshadow
-Wbad-function-cast
-Wcast-qual
4 LIBS
=$(shell allegro-config
--libs
)
9 cc -o
$@
$< $(CFLAGS
) $(LIBS
)
12 find .
-name
'*.[hcS]' -print | xargs ctags
-a
15 rm -f
$(BIN
) *.o
*~
tags core.
*