Fixed F_CPU, Anyway... this should go to the Makefile in the future!
[mirrors/Programs.git] / Makefile
1 .PHONY: help clean
2
3 help:
4 #use: make [help|clean]
5
6 clean:
7 find | grep '~$$' | while read i; do rm -v "$$i"; done;
This page took 0.250513 seconds and 4 git commands to generate.