CXXFLAGS = -Wall -std=c++11 CFLAGS = -Wall .PHONY: all all: keywords .PHONY: test test: test_keywords.sh keywords $(SHELL) ./test_keywords.sh