mrf24j40/makefile

5 lines
113 B
Makefile
Raw Normal View History

2022-02-21 13:29:53 +00:00
all: build run
build:
g++ -Wall -pthread -o main test/${MODE}/main.cpp src/*.cpp -lpigpio -lrt
run:
sudo ./main