1head 1.2; 2access; 3symbols; 4locks; strict; 5comment @# @; 6 7 81.2 9date 2008.08.30.13.09.23; author kah; state Exp; 10branches; 11next 1.1; 12 131.1 14date 2008.08.30.13.06.48; author kah; state Exp; 15branches; 16next ; 17 18 19desc 20@Initial revision 21@ 22 23 241.2 25log 26@Fixed typo 27@ 28text 29@testprog: main.o 30 $(LINK.c) -o testprog main.o 31 32main.o: main.c header.h 33 $(COMPILE.c) main.c 34 35clean: 36 $(RM) main.o testprog 37 38lint: main.c header.h 39 $(LINT) main.c 40@ 41 42 431.1 44log 45@Initial revision 46@ 47text 48@d2 1 49a2 1 50 $(LINK.c) -o testsprog main.o 51@ 52