Skip to content

Commit

Permalink
remove docs
Browse files Browse the repository at this point in the history
  • Loading branch information
petrkucerak committed May 5, 2021
1 parent 348ce59 commit 610e642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SOURCES += menu_utilities.c
SOURCES += final_score.c
SOURCES += game.c
TARGET_EXE = apoman
TARGET_IP ?= 192.168.202.207
TARGET_IP ?= 192.168.202.203
ifeq ($(TARGET_IP),)
ifneq ($(filter debug run,$(MAKECMDGOALS)),)
$(warning The target IP address is not set)
Expand Down

0 comments on commit 610e642

Please sign in to comment.