aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 8681e8b..6810635 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ CFLAGS += $(shell $(PKG_CONFIG) --cflags $(LIBS)) -std=c11 -MMD -MP
LDFLAGS += -Wl,--as-needed
LDLIBS += $(shell $(PKG_CONFIG) --libs $(LIBS)) -lm
-OBJ := gltest.o loadgl.o eprintf.o glprog.o
+OBJ := gltest.o gl.o eprintf.o glprog.o
all: $(PROG)
@@ -23,10 +23,6 @@ include $(EPRINTF_PATH)/module.mk
$(PROG): $(OBJ)
gltest.o: assets.h
-loadgl.o gltest.o glprog.o: loadgl.h
-loadgl.c loadgl.h: loadgl.%: loadgl.m4 loadgl.%.in
- m4 $^ >$@
-CLEAN += loadgl.c loadgl.h
deplinks: $(EPRINTF_FILES)