aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-05-27 23:00:43 +0200
committerGravatar Tom Willemsen2012-05-27 23:00:43 +0200
commita94a591f2b24e0430a4931ab75c1eba7139e8406 (patch)
tree1030791539d3f594fe9d009630fdc3b9f9f7f952
parent1b195b15628f3fbd852dce6e0e0f6f0e40ba4702 (diff)
downloadbaps1-a94a591f2b24e0430a4931ab75c1eba7139e8406.tar.gz
baps1-a94a591f2b24e0430a4931ab75c1eba7139e8406.zip
Add a little bit of whitespace
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index b436c1d..40340fd 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -6,7 +6,9 @@ baps1: main.o
main.o: main.c
$(CC) -c main.c
+
install: baps1
install baps1 $(INST_PATH)/baps1
+
clean:
rm baps1 *.o