7 lines
66 B
Makefile
7 lines
66 B
Makefile
all:
|
|
cd src ; make
|
|
|
|
clean:
|
|
-rm lib/SDL/*.a
|
|
cd src ; make clean
|