diff options
author | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-06 13:04:47 -0600 |
---|---|---|
committer | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-06 13:04:47 -0600 |
commit | 888e22deab902113dc4859ff670f88b3b319ed01 (patch) | |
tree | 0030841daf96892be89fb476cdda8e79073e6ae2 | |
parent | fix stupid build requirements in libs, artifacts from old crap (diff) | |
download | args.hxx-888e22deab902113dc4859ff670f88b3b319ed01.tar.xz |
hadn't removed GL dependency
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -13,9 +13,6 @@ endif LIBS = CFLAGS += -I. $(FLAGS) -c -MMD LDFLAGS += $(FLAGS) -ifneq ($(OS), Darwin) -LDFLAGS += -lGL -endif SOURCES = test.cxx OBJECTS = $(SOURCES:.cxx=.o) |