newoswan/seal-hack/Makefile
2019-09-01 21:47:54 +01:00

7 lines
66 B
Makefile

all:
cd src ; make
clean:
-rm lib/SDL/*.a
cd src ; make clean