@@ -0,0 +1,9 @@
LIBRARIES = -lreadline
RELEASE_ARGS = -DRELEASEBUILD
SOURCES = ./msh.c
build:
gcc -Wall -std=gnu99 ${RELEASE_ARGS} ${SOURCES} ${LIBRARIES}
debug:
gcc -Wall -std=gnu99 ${SOURCES} ${LIBRARIES}
The note is not visible to the blocked user.