[LinksOS CVS Commit]linksos/main Makefile,1.6,1.7
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@to...> - 2003-01-03 22:53:55
|
Update of /cvsroot/linksos/linksos/main In directory router-internal.tossell.net:/tmp/cvs-serv22328/main 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/main/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile 3 Jan 2003 22:32:11 -0000 1.6 --- Makefile 3 Jan 2003 22:53:49 -0000 1.7 *************** *** 15,17 **** .asm.o: ! $(ASM) -f elf $< \ No newline at end of file --- 15,20 ---- .asm.o: ! $(ASM) -f elf $< ! ! clean: ! rm -f *.o *~ \ No newline at end of file |