Updated files
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.bin
|
||||||
5
run
5
run
@@ -5,5 +5,6 @@
|
|||||||
# echo "run the program..."
|
# echo "run the program..."
|
||||||
# ./program
|
# ./program
|
||||||
|
|
||||||
gcc work1/single.c -o single
|
rm -r single.bin
|
||||||
./single
|
|
||||||
|
gcc work1/single.c -o single.bin && ./single.bin
|
||||||
Reference in New Issue
Block a user