X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=Makefile;h=6724a3b657bdf8deeffd6d887c63498b03d3acf6;hp=906698a6b8f0cdf4e6e835c8f792b74f23b3f91e;hb=92de4856a6b7f9889e72faa1fc30a78526a97758;hpb=634cd0f17f93e3864d494aa099434fa0f0cb379e diff --git a/Makefile b/Makefile index 906698a..6724a3b 100644 --- a/Makefile +++ b/Makefile @@ -12,11 +12,6 @@ CCFLAGS+=-std=c99 -D_DEFAULT_SOURCE -DVERSION=\"$(VERS)\" -O2 LIBS=$(shell pkg-config --libs libedit) INC+=$(shell pkg-config --cflags libedit) -UNAME_S := $(shell uname -s) -ifeq ($(UNAME_S),Linux) - LIBS+=-lrt -endif - OBJS=main.o init.o actions.o score.o misc.o saveresume.o CHEAT_OBJS=cheat.o init.o actions.o score.o misc.o saveresume.o SOURCES=$(OBJS:.o=.c) advent.h adventure.yaml Makefile control make_dungeon.py