Codebase list holotz-castle / upstream/1.3.14+git20200531.1.2eb5560 Makefile.win32
upstream/1.3.14+git20200531.1.2eb5560

Tree @upstream/1.3.14+git20200531.1.2eb5560 (Download .tar.gz)

Makefile.win32 @upstream/1.3.14+git20200531.1.2eb5560raw · 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