aboutsummaryrefslogtreecommitdiffstats
path: root/icebox
diff options
context:
space:
mode:
authorRoland Lutz <rlutz@hedmen.org>2017-08-27 21:57:44 +0200
committerRoland Lutz <rlutz@hedmen.org>2017-08-27 21:57:44 +0200
commit5cea17ea883f90a59cca4bb929424e5bfc3bf915 (patch)
tree0cfb65a8ff10ae6574048695ae4f6d35413df9d5 /icebox
parent7b07cd489d771d543c4db808f7b1eb22ced976bb (diff)
downloadicestorm-5cea17ea883f90a59cca4bb929424e5bfc3bf915.tar.gz
icestorm-5cea17ea883f90a59cca4bb929424e5bfc3bf915.tar.bz2
icestorm-5cea17ea883f90a59cca4bb929424e5bfc3bf915.zip
icebox: Make `check' a phony target
Diffstat (limited to 'icebox')
-rw-r--r--icebox/Makefile2
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