mirror of
git://projects.qi-hardware.com/f32xbase.git
synced 2024-11-23 20:55:54 +02:00
lib/Makefile.common: changed "clean:" to "clean::" to allow for additions
This commit is contained in:
parent
4b8bcf9f4b
commit
ab915dd785
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user