projects
/
stripchart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdf5881
)
Adjusted makefile for no `.' in PATH.
author
W. Trevor King
<wking@drexel.edu>
Tue, 28 Oct 2008 11:00:00 +0000
(07:00 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 28 Oct 2008 11:00:00 +0000
(07:00 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index e7a9078ca243003461078af75b8900675d7c0963..bd9ee783fdf38ee7a5d1c28015e2d79678dd77cf 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-28,7
+28,7
@@
dist :
rm -rf $(DIST_DIR)
check : $(PROG_NAME)
- test.sh
+
./
test.sh
stripchart.o : stripchart.c stripchart.h err_mac.h
gcc $(MY_FLAGS) -c $<