6 lines
63 B
Makefile
6 lines
63 B
Makefile
|
|
bmp-swap: main.o
|
|
gcc -o $@ $^
|
|
|
|
clean:
|
|
rm -f main.o bmp-swap
|