1
0
mirror of https://github.com/ValveSoftware/Proton.git synced 2025-02-11 14:18:49 +03:00
2023-09-27 20:14:12 +03:00

5 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