File: Makefile

package info (click to toggle)
cpuid 3.3-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 56 kB
  • ctags: 21
  • sloc: ansic: 925; makefile: 60
file content (11 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
CFLAGS=-O2 -Wall
DESTDIR=

cpuid: cpuid.o
	gcc -o $@ $^

clean:
	rm -f *.o cpuid

install:
	cp cpuid $(DESTDIR)/usr/bin/