aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 03ae71026..3055e226a 100644
--- a/Makefile
+++ b/Makefile
@@ -347,12 +347,12 @@ deb: dist config.sh
347 ./mkdeb.sh 347 ./mkdeb.sh
348 348
349.PHONY: test-compile 349.PHONY: test-compile
350test-compile: dist config.mk 350test-compile: dist config.sh
351 cd test/compile; ./compile.sh $(TARNAME)-$(VERSION) 351 cd test/compile; ./compile.sh
352 352
353.PHONY: rpms 353.PHONY: rpms
354rpms: src/man config.mk 354rpms: src/man config.sh
355 ./platform/rpm/mkrpm.sh $(TARNAME) $(VERSION) 355 ./platform/rpm/mkrpm.sh
356 356
357.PHONY: extras 357.PHONY: extras
358extras: all 358extras: all