icebox: Make `check' a phony target

This commit is contained in:
Roland Lutz 2017-08-27 21:57:44 +02:00
parent 7b07cd489d
commit 5cea17ea88
1 changed files with 1 additions and 1 deletions

View File

@ -64,4 +64,4 @@ uninstall:
rm -f $(DESTDIR)$(PREFIX)/share/icebox/chipdb-8k.txt
-rmdir $(DESTDIR)$(PREFIX)/share/icebox
.PHONY: all clean install uninstall
.PHONY: all check clean install uninstall