aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2553325..2c7d1fb 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ OBJ = draw.o
all: build run
build: ${OBJ} sim.c
- ${CC} ${CFLAGS} ${LIBS} ${OBJ} sim.c -o sim
+ ${CC} ${CFLAGS} ${OBJ} sim.c -o sim ${LIBS}
run:
./sim