aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-06-20 20:52:07 +0200
committerkdx <kikoodx@paranoici.org>2023-06-20 20:52:07 +0200
commita112ac482df039f104f160e2de75f244fb66a9c4 (patch)
treefc7537d56173f11da11f69a3130287fd52005767
parentb26dbd00d0783d3fb2b73410b2afa2ce5d40adea (diff)
downloadorga-a112ac482df039f104f160e2de75f244fb66a9c4.tar.gz
fix makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0f17b34..1e72e24 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ orgaasm: src/orgaasm.c
$(CC) $(CFLAGS) -o $@ $<
orgaemu: src/orgaemu.c
- $(CC) $(CFLAGS) -o $@ $<
+ $(CC) $(CFLAGS) -o $@ $< $(LIBS)
clean:
rm -f orgaasm orgaemu