BarryServer : Git

All the code for all my projects
// BarryServer : Git / IRCWebHooks / commit / 15ed2e4901d1b6a3c4906bb30f27cf249e48941d

// Related

IRCWebHooks

Barry Cleaning build process 15ed2e4 (3 years, 2 months ago)
diff --git a/Makefile b/Makefile
index f62a6ee..6bab534 100644
--- a/Makefile
+++ b/Makefile
@@ -20,5 +20,6 @@ clean:
 	@rm $(OBJS)
 
 build/%.o: src/%.c
+	@mkdir -p build/
 	@echo "COMPILING $<..."
 	@$(CC) -c $< -o $@ $(CFLAGS)
diff --git a/build/.gitkeep b/build/.gitkeep
deleted file mode 100644
index e69de29..0000000