# Makefile autogenerated by premake
# Don't edit this file! Instead edit `premake.lua` then rerun `make`
# Options:
#   CONFIG=[Release|Debug]

ifndef CONFIG
  CONFIG=Release
endif

export CONFIG

.PHONY: all clean aacskeys libaacskeys

all: aacskeys libaacskeys

Makefile: premake.lua
	@echo ==== Regenerating Makefiles ====
	@premake --file $^ --target gnu

aacskeys:
	@echo ==== Building aacskeys ====
	@$(MAKE) --no-print-directory -C . -f aacskeys.make

libaacskeys:
	@echo ==== Building libaacskeys ====
	@$(MAKE) --no-print-directory -C . -f libaacskeys.make

clean:
	@$(MAKE) --no-print-directory -C . -f aacskeys.make clean
	@$(MAKE) --no-print-directory -C . -f libaacskeys.make clean
