Makefile - randomcrap - random crap programs of varying quality
(HTM) git clone git://git.codemadness.org/randomcrap
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
Makefile (70B)
---
1 build: clean
2 cc resize.c -o resize -lm -O2
3
4 clean:
5 rm -f resize *.o