summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Estelami <NEstelami@users.noreply.github.com>2020-12-22 09:32:35 -0500
committerNicholas Estelami <NEstelami@users.noreply.github.com>2020-12-22 09:32:35 -0500
commit77cda271b54677ed3827935969798b618b5146bb (patch)
tree58791d84d05cbb99b5b8ec55b72f431f8b648a47 /Makefile
parent4e4194cf41ffc7a3b9106f1ddb32818045fcfd3a (diff)
Added compiler def for assimp usage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0d62301..672df7a 100644
--- a/Makefile
+++ b/Makefile
@@ -22,5 +22,5 @@ rebuild: clean all
$(CC) $(CFLAGS) -c $< -o $@
ZAP2.out: $(O_FILES)
- $(CC) $(CFLAGS) $(O_FILES) -o $@ -lstdc++fs -lassimp
+ $(CC) $(CFLAGS) $(O_FILES) -o $@ -lstdc++fs
# cp ZAP2.out /mnt/c/projects/oot/tools/ZAP2/ZAP2.out