aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2020-09-04 19:14:04 +0200
committerJan200101 <sentrycraft123@gmail.com>2020-09-04 19:14:04 +0200
commit830bed97d2799dc26f02a37c15740af2ceada2ea (patch)
tree29e7e6b769c4a4efc4b5dfc8437f373e470dc5d7 /Makefile
parent5d2420a9fbda64d45443325b182796313c684197 (diff)
downloadpolecat-830bed97d2799dc26f02a37c15740af2ceada2ea.tar.gz
polecat-830bed97d2799dc26f02a37c15740af2ceada2ea.zip
remove documentation and test target
test target will possibly be added back at a later date
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0a1ec18..884045e 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ OBJ_FILES := $(patsubst $(SRC_DIR)/%.c, $(OBJ_DIR)/$(TARGET)/%.o, $(CC_SRC
# TARGETS
default: $(BIN_DIR)/$(TARGET)/$(NAME)$(OUT_EXT)
-all: $(BIN_DIR)/$(TARGET)/$(NAME)$(OUT_EXT) docs test
+all: $(BIN_DIR)/$(TARGET)/$(NAME)$(OUT_EXT)
$(BIN_DIR)/$(TARGET):
${MKDIR} $@