diff options
| author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-04-22 10:50:05 -0300 |
|---|---|---|
| committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-04-22 10:51:23 -0300 |
| commit | de0a7c2e5e2a060057428547c786b5bbd51325bc (patch) | |
| tree | abd0175a50a1389eab5cd698dad7088c28d5d1b2 | |
| parent | f9eaf742d894b0e6d2c5b1bc244ba17bd00a9e85 (diff) | |
| download | jet-de0a7c2e5e2a060057428547c786b5bbd51325bc.tar.gz jet-de0a7c2e5e2a060057428547c786b5bbd51325bc.zip | |
Move binary to root directory
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | Makefile | 5 |
2 files changed, 2 insertions, 5 deletions
@@ -1 +1 @@ -bin +jet @@ -1,7 +1,4 @@ FLAGS=-ggdb -O0 -fno-builtin -Wall -lcurses jet: Makefile *.c - gcc $(FLAGS) jet.c -o ./bin/jet - -page: Makefile page.c ./test/page.c - gcc $(FLAGS) ./test/page.c -o ./bin/page + gcc $(FLAGS) jet.c -o jet |
