gadget-weather-station/Makefile

6 lines
45 B
Makefile
Raw Normal View History

2022-09-01 09:45:49 +02:00
all:
make -C src
clean:
make -C src clean