Codebase list holotz-castle / fresh-snapshots/upstream Makefile.win32
fresh-snapshots/upstream

Tree @fresh-snapshots/upstream (Download .tar.gz)

Makefile.win32 @fresh-snapshots/upstreamraw · 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