1
0

fix nutshell warnings

This commit is contained in:
dtb
2022-06-06 16:06:56 -04:00
parent feb781afc1
commit 3a65d3d91f
4 changed files with 239 additions and 0 deletions

View File

@@ -76,6 +76,9 @@ lowercase: sysexits src/lowercase.c
nonzero: src/nonzero.c
$(CC) $(CFLAGS) -o bin/nonzero src/nonzero.c
nutshell: src/nutshell.c src/nutshell.h src/nutshell_builtins.c
$(CC) $(CFLAGS) -o bin/nutshell src/nutshell.c
runlength: noargvzero sysexits src/runlength.c
$(CC) $(CFLAGS) -o bin/runlength src/runlength.c