# Makefile for CMSC417 Project 3: Part 0

PUBLIC_TESTS:=$(wildcard public? public??)
RELEASE_TESTS:=$(wildcard release? release??)

all:	chmod clean


chmod:
	chmod a+x $(PUBLIC_TESTS) $(RELEASE_TESTS) controller

clean:
	rm -f console_n* *~ *.dt-out