File: Makefile

package info (click to toggle)
oflib 0git20070620-7
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 144 kB
  • ctags: 85
  • sloc: ansic: 751; makefile: 46
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