one last time

This commit is contained in:
stitchy 2023-11-29 20:50:04 +00:00
parent 2c867d2bea
commit 45c8314606
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8

View file

@ -4,5 +4,8 @@ output=myCounter
all: main.c main.h
$(CC) main.c -lpthread -o $(output)
run: all
./$(output)
clean:
rm -fr *.o vgcore.* $(output)