From 55f3fd86c40fc556942128e22a0356f353e85fef Mon Sep 17 00:00:00 2001 From: Ashlars Date: Fri, 27 Dec 2019 14:51:56 +0800 Subject: [PATCH] Update Makefile fix makefile bug --- rasta_source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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