diff options
Diffstat (limited to 'icebox')
-rw-r--r-- | icebox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icebox/Makefile b/icebox/Makefile index 778e2ce..a6bd23b 100644 --- a/icebox/Makefile +++ b/icebox/Makefile @@ -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 |