This commit is contained in:
Pin
2022-03-31 00:19:41 -04:00
parent 28940ba8ee
commit ffec14bf49
3 changed files with 111 additions and 25 deletions

View File

@@ -9,7 +9,7 @@ build: output_dir
gcc -Wall -std=gnu99 ${RELEASE_ARGS} ${SOURCES} ${LIBRARIES} ${OUTPUT:PROG=mash}
debug: output_dir
gcc -Wall -std=gnu99 ${SOURCES} ${LIBRARIES} ${OUTPUT:PROG=mash}
gcc -Wall -std=gnu99 -g ${SOURCES} ${LIBRARIES} ${OUTPUT:PROG=mash}
output_dir:
mkdir -p ${OUTPUT_DIR}