This commit is contained in:
stitchy 2023-11-15 11:48:20 +00:00
parent c0e71d51ff
commit 05a7de5f61
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8

View file

@ -11,7 +11,7 @@ input.o: input.h input.c
$(CC) -c input.c -o input.o
test: all
./p3testscript
./p3testscript 2>&1
clean:
rm -fr *.o vgcore.* $(output)