Skip to content

Commit

Permalink
Add native phony make target
Browse files Browse the repository at this point in the history
  • Loading branch information
zrhoffman committed Jun 21, 2020
1 parent d054f1e commit cd08716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/cdn-in-a-box/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ TP_SOURCE := $(wildcard ../../traffic_portal/**/*)
TR_SOURCE := $(wildcard ../../traffic_router/**/*)
TS_SOURCE := $(wildcard ../../traffic_stats/**/*)

.PHONY: clean very-clean all nearly-all debug
.PHONY: clean very-clean all nearly-all debug native

# Default target; builds all pre-requisite rpms from source trees
all: traffic_monitor/traffic_monitor.rpm traffic_portal/traffic_portal.rpm traffic_ops/traffic_ops.rpm traffic_router/traffic_router.rpm traffic_router/tomcat.rpm traffic_stats/traffic_stats.rpm
Expand Down

0 comments on commit cd08716

Please sign in to comment.