File: Makefile

package info (click to toggle)
acpidump 20100513-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 360 kB
  • ctags: 1,815
  • sloc: ansic: 4,082; perl: 160; makefile: 111
file content (6 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
test: madt
	./madt < APIC
madt: madt.c acpi.h tables.c
	cc -o madt madt.c
clean:
	rm madt