system-bus-radio/Makefile
2016-03-02 20:07:13 +03:00

9 lines
75 B
Makefile

CPPFLAGS=-Wall -O2 -msse2
main: main.c
.PHONY: clean
clean:
rm -f main