From 6d17b081cc16b0ba13ab918e885674b2defa8280 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Fri, 30 Mar 2018 15:50:27 +0100 Subject: Rename project gltest -> faqe The project has been renamed to faqe. The logic for this name: quake -> fake quake -> faqe --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6810635..839b032 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # SPDX-License-Identifier: MIT -include config.mk -PROG := gltest +PROG := faqe EPRINTF_PATH ?= ../eprintf PKG_CONFIG ?= pkg-config @@ -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 gl.o eprintf.o glprog.o +OBJ := faqe.o gl.o eprintf.o glprog.o all: $(PROG) @@ -22,7 +22,7 @@ include assets.mk include $(EPRINTF_PATH)/module.mk $(PROG): $(OBJ) -gltest.o: assets.h +faqe.o: assets.h deplinks: $(EPRINTF_FILES) -- cgit v1.2.3-54-g00ecf