diff options
author | Roland Lutz <rlutz@hedmen.org> | 2017-08-27 21:57:44 +0200 |
---|---|---|
committer | Roland Lutz <rlutz@hedmen.org> | 2017-08-27 21:57:44 +0200 |
commit | 5cea17ea883f90a59cca4bb929424e5bfc3bf915 (patch) | |
tree | 0cfb65a8ff10ae6574048695ae4f6d35413df9d5 /icebox/Makefile | |
parent | 7b07cd489d771d543c4db808f7b1eb22ced976bb (diff) | |
download | icestorm-5cea17ea883f90a59cca4bb929424e5bfc3bf915.tar.gz icestorm-5cea17ea883f90a59cca4bb929424e5bfc3bf915.tar.bz2 icestorm-5cea17ea883f90a59cca4bb929424e5bfc3bf915.zip |
icebox: Make `check' a phony target
Diffstat (limited to 'icebox/Makefile')
-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 |