gvsu/cs677/hw1/Makefile
josh f9633e53f3 import of cs677/hw1
git-svn-id: svn://anubis/gvsu@135 45c1a28c-8058-47b2-ae61-ca45b979098e
2008-08-30 16:32:24 +00:00

13 lines
170 B
Makefile

TARGET := minimum-energy
all: $(TARGET)
$(TARGET): $(TARGET).cc
$(CXX) -o $@ $^
.PHONY: test
test:
./$(TARGET) test-impossible.txt
./$(TARGET) test-long-short.txt