From e17fc4e572c37a421337362d52832aca75796182 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Mon, 1 Nov 2021 21:31:26 +0100 Subject: Added mobile target to makefile for debugging Signed-off-by: TheJackiMonster --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bcde7ff..824d4c7 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,11 @@ release: $(BINARY) $(BINARY): $(OBJECT_FILES) $(GNU_LD) $(LDFLAGS) $^ -o $@ $(LIBRARY_FLAGS) $(PACKAGE_FLAGS) +.PHONY: mobile + +mobile: $(BINARY) + ./$(BINARY) --mobile + .PHONY: install install: -- cgit v1.2.3