Version 1.2.4

This commit is contained in:
kamel5
2019-03-23 16:19:19 +01:00
parent d5ecea55a6
commit 4474b5f5b5
4 changed files with 18 additions and 4 deletions

View File

@@ -69,7 +69,8 @@ all: $(SOFILE) i18n
### Implicit rules:
%.o: %.c
$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) -o $@ $<
@echo CC $@
$(Q)$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) -o $@ $<
### Dependencies: