1
0
mirror of git://projects.qi-hardware.com/f32xbase.git synced 2024-11-24 00:00:16 +02:00

lib/Makefile.common: changed "clean:" to "clean::" to allow for additions

This commit is contained in:
Werner Almesberger 2011-01-19 17:53:36 -03:00
parent 4b8bcf9f4b
commit ab915dd785

View File

@ -30,7 +30,7 @@ install: $(MAIN)
uninstall: uninstall:
rm -f $(INSTALL_PREFIX)/bin/$(MAIN) rm -f $(INSTALL_PREFIX)/bin/$(MAIN)
clean: clean::
rm -f $(MAIN).o $(OBJS) rm -f $(MAIN).o $(OBJS)
spotless: clean spotless: clean