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