[LinksOS CVS Commit]linksos/hal/x86 Makefile,1.1,1.2
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@to...> - 2003-01-03 22:53:55
|
Update of /cvsroot/linksos/linksos/hal/x86 In directory router-internal.tossell.net:/tmp/cvs-serv22328/hal/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/hal/x86/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile 3 Jan 2003 21:24:34 -0000 1.1 --- Makefile 3 Jan 2003 22:53:49 -0000 1.2 *************** *** 10,12 **** .c.o: ! $(GCC) $(CFLAGS) $@ $< \ No newline at end of file --- 10,15 ---- .c.o: ! $(GCC) $(CFLAGS) $@ $< ! ! clean: ! rm -f *.o *~ \ No newline at end of file |