mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2025-04-21 12:27:27 +03:00
poly2d/Makefile: "install" and "uninstall" should be "phony", too
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user