From 8a0f6d6eee6162d1a10b20512e2f2c86a0278a34 Mon Sep 17 00:00:00 2001
From: Nao Pross <naopross@thearcway.org>
Date: Mon, 21 Jan 2019 20:11:29 +0100
Subject: Add events wrapper

---
 test/makefile | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'test/makefile')

diff --git a/test/makefile b/test/makefile
index ee8569a..a2d6800 100644
--- a/test/makefile
+++ b/test/makefile
@@ -9,6 +9,10 @@ OBJS := $(patsubst %.cpp,build/%.o,$(SRCS))
 # Recipes
 all: build/window_test
 
+.PHONY: run
+run: build/window_test
+	./build/window_test
+
 build/window_test: build/window_test.o
 	$(CPP) $(CFLAGS) -o $@ $< $(LFLAGS)
 
-- 
cgit v1.2.1