diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2017-02-27 12:52:24 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2017-02-27 12:52:24 -0500 |
commit | c6f8985c23217011df01a73447c98244fb63b20a (patch) | |
tree | b8b3f5e85edb91c03cebf2ee8dff65cda013a128 /Makefile | |
parent | 1a313306d6b5a3587aac12bd0093876e84386b03 (diff) | |
download | roux-c6f8985c23217011df01a73447c98244fb63b20a.tar.gz |
make install/uninstall phonies
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 04ebdad..f8e3da0 100644 --- a/Makefile +++ b/Makefile @@ -56,4 +56,4 @@ check: $(OBJDIR)/$(BIN) }" < $$F; \ done -.PHONY: clean clean-gen check 80 syndoc +.PHONY: clean clean-gen check 80 install uninstall |