mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
4 lines
148 B
Makefile
4 lines
148 B
Makefile
all: symstore
|
|
|
|
symstore: symstore.c
|
|
$(CC) -o $@ symstore.c $(SYMSTORE_CFLAGS) -D__WINESRC__ -DWINE_UNIX_LIB -Wall -g -Wall -Wno-packed-not-aligned
|