start adding simple makefile - grimoire - dark wiki & knowledge base
(HTM) git clone git@git.drkhsh.at/codex.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 154bcab27408d50dc8ed73b35ea6e040410036ef
(DIR) parent 0bcfaa3745df54c348c2b0dfb26ccb03950e00ac
(HTM) Author: drkhsh <me@drkhsh.at>
Date: Fri, 25 Jul 2025 01:39:01 +0200
start adding simple makefile
Diffstat:
A src/Makefile | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/src/Makefile b/src/Makefile
@@ -0,0 +1,4 @@
+all:
+ gcc -Wall -pedantic -Os -o bin/oscean main.c
+
+.PHONY: all