c2-utopia/linux-receiver/Makefile

8 lines
79 B
Makefile

test:
mkdir -p bin
gcc main.c -Wall -o bin/receiver -llo
clean:
rm -r bin