[LinksOS CVS Commit]linksos/boot/x86 Makefile,1.2,1.3
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@to...> - 2003-01-03 22:53:53
|
Update of /cvsroot/linksos/linksos/boot/x86 In directory router-internal.tossell.net:/tmp/cvs-serv22328/boot/x86 Modified Files: Makefile Log Message: Title: Cleanup Target Changes: Added the clean target. Effects: Clean up that code. a=kennyt Index: Makefile =================================================================== RCS file: /cvsroot/linksos/linksos/boot/x86/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 3 Jan 2003 22:32:10 -0000 1.2 --- Makefile 3 Jan 2003 22:53:47 -0000 1.3 *************** *** 13,16 **** --- 13,19 ---- ld -r -o boot.o $(OBJS) + clean: + rm -f *.o *~ + .c.o: $(GCC) $(CFLAGS) $@ $< |