Files
RomWBW/Tools/Makefile

16 lines
188 B
Makefile

#
# build the tools for linux and Darwin
#
.ONESHELL:
.SHELLFLAGS = -ce
UNAME := $(shell uname)
all:
$(MAKE) --directory unix
clean:
$(MAKE) --directory unix clean
@rm -rf $(UNAME)