[LinksOS CVS Commit]linksos/hal Makefile,1.2,1.3
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@to...> - 2003-01-03 22:53:54
|
Update of /cvsroot/linksos/linksos/hal In directory router-internal.tossell.net:/tmp/cvs-serv22328/hal 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/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 3 Jan 2003 21:24:34 -0000 1.2 --- Makefile 3 Jan 2003 22:53:48 -0000 1.3 *************** *** 15,16 **** --- 15,20 ---- hal-$(ARCH).o: cd $(ARCH) && make hal + + clean: + rm -f *.o *~ + cd $(ARCH) && make clean \ No newline at end of file |