aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca8d539..26b06bb 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC ?= gcc
CFLAGS ?= -Os -g -std=c99
CFLAGS += -Wall
-TARGETS := drminfo
+TARGETS := drminfo drmtest
CFLAGS += $(shell pkg-config --cflags libdrm)
LDLIBS += $(shell pkg-config --libs libdrm)
@@ -14,3 +14,4 @@ clean:
rm -f *~
drminfo: drminfo.o
+drmtest: drmtest.o