diff --git a/rasta_source/Makefile b/rasta_source/Makefile index 657499d..4c24357 100644 --- a/rasta_source/Makefile +++ b/rasta_source/Makefile @@ -12,7 +12,7 @@ TITLE=demo # make all all: test -test: *.cpp *.h +test: *.cpp $(CXX) $(CXXFLAGS) $^ -o $@ run: test