summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2020-04-01 17:58:55 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2020-04-01 17:58:55 -0300
commit8333349ef40c9e294a1fa9f3d79a0407bb3aee73 (patch)
treef5e8e6c86878fb131672538ea6fa7d5519e51320
parentf3f1931ab05bcf220af4f2fe11252f585d07ab51 (diff)
downloadjet-8333349ef40c9e294a1fa9f3d79a0407bb3aee73.tar.gz
jet-8333349ef40c9e294a1fa9f3d79a0407bb3aee73.zip
Move binaries to bin directory
-rw-r--r--.gitignore3
-rw-r--r--Makefile5
2 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 1555962..ba077a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-jet
-page
+bin
diff --git a/Makefile b/Makefile
index e2197f6..6cf95e3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,5 @@
jet: Makefile *.c
- gcc -ggdb -O0 -fno-builtin -Wall -lcurses jet.c -o jet
+ gcc -ggdb -O0 -fno-builtin -Wall -lcurses jet.c -o ./bin/jet
+
+page: Makefile page.c ./test/page.c
+ gcc -lcurses ./test/page.c -o ./bin/page