We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175f944 commit 315406fCopy full SHA for 315406f
.gitignore
@@ -1,4 +1,6 @@
1
configure.mk
2
*.o
3
+release/
4
sort
5
+sort-*/
6
sort_debug
Makefile
@@ -14,7 +14,7 @@
14
PROG = sort
15
PROG_DEBUG = sort_debug
16
17
-VERSION = 0.1-git
+VERSION = 0.1
18
19
SRCS = sort.c
20
sort.index
@@ -0,0 +1,6 @@
+configure
+.gitignore
+Makefile
+README.md
+sort.c
+sort.index
0 commit comments