diff --git a/.gitignore b/.gitignore index 7a844bb..f243df3 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ build core core.* cmake-build-* +tags ke kge diff --git a/Makefile b/Makefile index 59ee0e5..d779b11 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ clean: rm -f *.o $(TARGET) tags: $(SOURCES) - ctags --declarations -o $@ $(SOURCES) + ctags -o $@ $(SOURCES) ke: $(OBJS) $(CXX) -o $@ $(CXXFLAGS) $(LDFLAGS) $(OBJS)