mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2024-12-22 23:43:00 +02:00
poly2d/Makefile: "install" and "uninstall" should be "phony", too
This commit is contained in:
parent
1e584b45c2
commit
9994a4c09b
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user