1
0
mirror of https://git.lain.church/emil/libhl.git synced 2025-06-18 08:27:58 +00:00
This commit is contained in:
anon
2023-08-16 17:30:29 +02:00
parent 7d8e55eaef
commit 26a160f6b0
3 changed files with 109 additions and 0 deletions

View File

@ -10,3 +10,6 @@ OBJ:=$(subst .c,.o,${SRC})
hl: ${OBJ}
${LINK.c} ${OBJ} -o $@
new:
g++ src2/main.cpp -o hl -ggdb