scripts: Move more scripts into it
[lcapit-junk-code.git] / games / allegro-demo / Makefile
blob35f6324bb807e7fa7fcc4185c0dfec22ec7e4608
2 BIN=allegro-test
3 LIBS=$(shell allegro-config --libs)
5 all: $(BIN)
7 allegro-test: allegro-test.c Tux.bmp gnu.bmp
8 cc -o $@ $< $(LIBS)
10 clean:
11 rm -f $(BIN) *.o *~