File: Makefile

package info (click to toggle)
oflib 0git20070620-4
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 104 kB
  • ctags: 78
  • sloc: ansic: 751; makefile: 83
file content (6 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
default:
	gcc -std=c99 -lofapi example.c -o example
	gcc -std=c99 -lofapi ramtest.c -o ramtest
clean:
	rm -f ramtest
	rm -f example