@@ -0,0 +1,11 @@
GDK ?= /opt/SGDK
SRC = src
OUT = out
all:
$(MAKE) -f $(GDK)/makefile_wine.gen GDK=$(GDK) WINE=wine \
SRC=$(SRC) OUT=$(OUT)
clean:
$(MAKE) -f $(GDK)/makefile_wine.gen clean GDK=$(GDK) WINE=wine \
The note is not visible to the blocked user.