summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2020-04-22 10:50:05 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2020-04-22 10:51:23 -0300
commitde0a7c2e5e2a060057428547c786b5bbd51325bc (patch)
treeabd0175a50a1389eab5cd698dad7088c28d5d1b2
parentf9eaf742d894b0e6d2c5b1bc244ba17bd00a9e85 (diff)
downloadjet-de0a7c2e5e2a060057428547c786b5bbd51325bc.tar.gz
jet-de0a7c2e5e2a060057428547c786b5bbd51325bc.zip
Move binary to root directory
-rw-r--r--.gitignore2
-rw-r--r--Makefile5
2 files changed, 2 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index ba077a4..2edc120 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-bin
+jet
diff --git a/Makefile b/Makefile
index 1d848c3..271b929 100644
--- a/Makefile
+++ b/Makefile
@@ -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