This website requires JavaScript.
Explore
Help
Sign In
danog
/
system-bus-radio
Watch
1
Star
0
Fork
0
You've already forked system-bus-radio
mirror of
https://github.com/danog/system-bus-radio.git
synced
2024-12-02 21:07:48 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
91cfdfc9ed
system-bus-radio
/
Makefile
9 lines
75 B
Makefile
Raw
Normal View
History
Unescape
Escape
Fix compilation on 32bit
2016-03-01 19:38:50 +01:00
CPPFLAGS
=
-Wall -O2 -msse2
Add makefile
2016-03-01 19:36:53 +01:00
main
:
main
.
c
add make clean target
2016-03-01 20:08:43 +01:00
.PHONY
:
clean
clean
:
rm -f main
Reference in New Issue
Copy Permalink