6 lines
82 B
Makefile
6 lines
82 B
Makefile
all:
|
|
gcc bare.c -o bare `sdl-config --cflags --libs`
|
|
|
|
clean:
|
|
-rm -f *~ *.o bare
|