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

10 lines
136 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-07-09 21:34:07 +02:00
search.cc \
2023-02-10 20:29:11 +01:00
cmdline.cc \
patch.cc \
2024-06-08 01:00:37 +02:00
crc32.cc \