Skip to content
Snippets Groups Projects
Commit 9e2c85e4 authored by deuce's avatar deuce
Browse files

Fix linking

parent ec93f74b
Branches
Tags
No related merge requests found
ODDIR := ../../odoors
ODLIBS := ../../odoors
ODLIBS := ../../odoors/libs-`uname`
CC ?= gcc
CFLAGS += -Wall -ansi -DUNIX -g
......@@ -18,3 +18,6 @@ all: dynasty
dynasty: $(OBJS)
$(CC) ${CFLAGS} -o dynasty $(OBJS) ${LDFLAGS}
# strip dynasty
clean:
-rm $(OBJS) dynasty
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment