diff --git a/Makefile b/Makefile index d3f7a28..5f16a45 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ export CXXFLAGS := -Wall -O2 LDFLAGS := -lfl -SUBDIRS := main parser nodes +SUBDIRS := parser main nodes all: $(TARGET)