diff --git a/src/Makefile b/src/Makefile index 97bd763d..29fddf60 100644 --- a/src/Makefile +++ b/src/Makefile @@ -48,6 +48,8 @@ kak : $(objects) .%.o: %.cc $(CXX) $(CXXFLAGS) -MD -MP -MF $(addprefix ., $(<:.cc=.d)) -c -o $@ $< +test: + cd ../test && ./run tags: ctags -R