3
0
mirror of https://github.com/CrazyRedMachine/popnhax.git synced 2024-11-27 23:40:50 +01:00
popnhax/util/Module.mk

9 lines
123 B
Makefile
Raw Normal View History

2023-02-10 20:29:11 +01:00
libs += util
srcpp_util := \
2024-05-20 21:54:49 +02:00
bst.cc \
2024-06-16 20:44:13 +02:00
membuf.cc \
2023-02-10 20:29:11 +01:00
cmdline.cc \
patch.cc \
2024-06-08 01:00:37 +02:00
crc32.cc \