diff options
Diffstat (limited to 'Make.rules')
-rw-r--r-- | Make.rules | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -241,8 +241,7 @@ endif compile: $(targets) @: -install:: $(targets) FORCE - @: +install: $(targets) FORCE clean: $(filter %/,$(targets)) ifeq ($(toplevelrun),yes) |