aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bcde7ff..824d4c7 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,11 @@ release: $(BINARY)
46$(BINARY): $(OBJECT_FILES) 46$(BINARY): $(OBJECT_FILES)
47 $(GNU_LD) $(LDFLAGS) $^ -o $@ $(LIBRARY_FLAGS) $(PACKAGE_FLAGS) 47 $(GNU_LD) $(LDFLAGS) $^ -o $@ $(LIBRARY_FLAGS) $(PACKAGE_FLAGS)
48 48
49.PHONY: mobile
50
51mobile: $(BINARY)
52 ./$(BINARY) --mobile
53
49.PHONY: install 54.PHONY: install
50 55
51install: 56install: