File: makefile

package info (click to toggle)
x10 1.06-15
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 156 kB
  • ctags: 63
  • sloc: ansic: 755; makefile: 40; sh: 23
file content (5 lines) | stat: -rw-r--r-- 137 bytes parent folder | download
1
2
3
4
5
#
# This is a simple makefile ( not to be confused with a useful one )

x10-amh: x10-amh.c x10-amh.h
	g++ $(CFLAGS) -o x10-amh x10-amh.c