BarryServer : Git

All the code for all my projects
// BarryServer : Git / PolymorphicEngine / commit / bf22be07df16719565149b03e2c8a72da20e872c

// Related

PolymorphicEngine

Barry Cleaning build process bf22be0 (3 years, 2 months ago)
diff --git a/Makefile b/Makefile
index 066fdbc..0a208ee 100644
--- a/Makefile
+++ b/Makefile
@@ -17,5 +17,6 @@ clean:
 	@rm $(OBJS)
 
 build/%.o: src/%.c
+	@mkdir -p build/
 	@echo "COMPILING $<..."
 	@$(CC) -c $< -o $@ $(CFLAGS)
diff --git a/build/.keep b/build/.keep
deleted file mode 100644
index e69de29..0000000