poly2d/Makefile: "install" and "uninstall" should be "phony", too

This commit is contained in:
Werner Almesberger 2017-01-24 16:34:48 -03:00
parent 1e584b45c2
commit 9994a4c09b
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# #
# Makefile - Makefile of libpoly2d # Makefile - Makefile of libpoly2d
# #
# Written 2012, 2013 by Werner Almesberger # Written 2012, 2013, 2017 by Werner Almesberger
# Copyright 2012, 2013 by Werner Almesberger # Copyright 2012, 2013, 2017 by Werner Almesberger
# #
# This library is free software; you can redistribute it and/or # This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public # modify it under the terms of the GNU Lesser General Public
@ -59,7 +59,7 @@ endif
# ----- Rules ----------------------------------------------------------------- # ----- Rules -----------------------------------------------------------------
.PHONY: all clean spotless .PHONY: all clean spotless install uninstall
.PHONY: test tests valgrind .PHONY: test tests valgrind
all: $(LIB) all: $(LIB)