Add help command. Remove compiled files.

This commit is contained in:
Enrico Fraccaroli
2021-10-04 11:55:18 +02:00
parent b01eccca2e
commit 5263b115bf
50 changed files with 37 additions and 1 deletions
+2 -1
View File
@@ -73,7 +73,8 @@ set(PROGRAMS
kill.c
ipcrm.c
ipcs.c
sleep.c)
sleep.c
help.c)
foreach(PROGRAM ${PROGRAMS})
# Prepare the program name.
string(REPLACE ".c" "" PROGRAM_NAME ${PROGRAM})