mirror of
git://projects.qi-hardware.com/f32xbase.git
synced 2024-11-23 17:52:49 +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:
|
||||
rm -f $(INSTALL_PREFIX)/bin/$(MAIN)
|
||||
|
||||
clean:
|
||||
clean::
|
||||
rm -f $(MAIN).o $(OBJS)
|
||||
|
||||
spotless: clean
|
||||
|
Loading…
Reference in New Issue
Block a user