Date:2017-01-24 20:34:48 (7 years 2 months ago)
Author:Werner Almesberger
Commit:9994a4c09b4b1dd0232a46fdb4683da40d182a0f
Message:poly2d/Makefile: "install" and "uninstall" should be "phony", too

Files: poly2d/Makefile (2 diffs)

Change Details

poly2d/Makefile
11#
22# Makefile - Makefile of libpoly2d
33#
4# Written 2012, 2013 by Werner Almesberger
5# Copyright 2012, 2013 by Werner Almesberger
4# Written 2012, 2013, 2017 by Werner Almesberger
5# Copyright 2012, 2013, 2017 by Werner Almesberger
66#
77# This library is free software; you can redistribute it and/or
88# modify it under the terms of the GNU Lesser General Public
...... 
5959
6060# ----- Rules -----------------------------------------------------------------
6161
62.PHONY: all clean spotless
62.PHONY: all clean spotless install uninstall
6363.PHONY: test tests valgrind
6464
6565all: $(LIB)

Archive Download the corresponding diff file

Branches:
master



interactive