gadget-weather-station/bmp-swap/Makefile
2023-03-16 09:58:01 +01:00

6 lines
63 B
Makefile

bmp-swap: main.o
gcc -o $@ $^
clean:
rm -f main.o bmp-swap