Done in one go xP
This commit is contained in:
parent
f6a18f46da
commit
9aa7973d2f
3 changed files with 135 additions and 0 deletions
8
threads/makefile
Normal file
8
threads/makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
CC=gcc --std=gnu99 -g
|
||||
output=myCounter
|
||||
|
||||
all: main.c main.h
|
||||
$(CC) main.c -o $(output)
|
||||
|
||||
clean:
|
||||
rm -fr *.o vgcore.* $(output)
|
Loading…
Add table
Add a link
Reference in a new issue