Codebase list holotz-castle / upstream/latest Makefile.win32
upstream/latest

Tree @upstream/latest (Download .tar.gz)

Makefile.win32 @upstream/latestraw · history · blame

# Makefile Para Holotz's Castle. (C) Juan Carlos Seijo PĂ©rez - 2004.
# Makefile for Holotz's Castle.

all: HC

.PHONY: HC
HC: 
	make -C src -f Makefile.win32

.PHONY: clean
clean:
	make -C src -f Makefile.win32 clean