Skip to content

Commit

Permalink
Added physfs_byteorder.c ...
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 5, 2002
1 parent fb3aa5c commit 706f817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -168,7 +168,7 @@ MAINLIB := $(BINDIR)/$(strip $(BASELIBNAME))$(strip $(LIB_EXT))

TESTSRCS := test/test_physfs.c

MAINSRCS := physfs.c archivers/dir.c
MAINSRCS := physfs.c physfs_byteorder.c archivers/dir.c

ifeq ($(strip $(use_archive_zip)),true)
MAINSRCS += archivers/zip.c archivers/unzip.c
Expand Down

0 comments on commit 706f817

Please sign in to comment.