mrf24j40/makefile

5 lines
113 B
Makefile
Raw Normal View History

2022-03-18 12:54:43 +00:00
all: build run
build:
g++ -Wall -pthread -o main test/${MODE}/main.cpp src/*.cpp -lpigpio -lrt
run:
sudo ./main