mirror of https://github.com/eclipse/paho.mqtt.c
Correct .PHONY targets in Makefile #1159
This commit is contained in:
parent
3ae3d6a9ab
commit
511e0f6589
4
Makefile
4
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
#*******************************************************************************
|
||||
# Copyright (c) 2009, 2020 IBM Corp.
|
||||
# Copyright (c) 2009, 2021 IBM Corp.
|
||||
#
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v2.0
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
# Note: on OS X you should install XCode and the associated command-line tools
|
||||
|
||||
SHELL = /bin/sh
|
||||
.PHONY: clean, mkdir, install, uninstall, html
|
||||
.PHONY: clean mkdir install install-strip uninstall html strip-options
|
||||
|
||||
MAJOR_VERSION := $(shell cat version.major)
|
||||
MINOR_VERSION := $(shell cat version.minor)
|
||||
|
|
|
|||
Loading…
Reference in New Issue