diff options
| author | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2020-12-22 09:32:35 -0500 |
|---|---|---|
| committer | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2020-12-22 09:32:35 -0500 |
| commit | 77cda271b54677ed3827935969798b618b5146bb (patch) | |
| tree | 58791d84d05cbb99b5b8ec55b72f431f8b648a47 /Makefile | |
| parent | 4e4194cf41ffc7a3b9106f1ddb32818045fcfd3a (diff) | |
Added compiler def for assimp usage
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
