1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-19 10:26:36 +02:00

QR PNG: convert some variables to macros

This commit is contained in:
Ansa89
2016-10-06 11:50:21 +02:00
parent abb39ea6b5
commit 6bc5d8c543
2 changed files with 11 additions and 12 deletions

View File

@ -60,7 +60,7 @@ all: $(BUILD_DIR)/toxic
$(BUILD_DIR)/toxic: $(OBJ)
@echo " LD $(@:$(BUILD_DIR)/%=%)"
$(CC) $(CFLAGS) -o $(BUILD_DIR)/toxic $(OBJ) $(LDFLAGS)
@$(CC) $(CFLAGS) -o $(BUILD_DIR)/toxic $(OBJ) $(LDFLAGS)
$(BUILD_DIR)/osx_video.o: $(SRC_DIR)/$(OSX_VIDEO)
@echo " CC $(@:$(BUILD_DIR)/)osx_video.o"