diff options
| author | 2012-12-29 16:54:16 +0100 | |
|---|---|---|
| committer | 2012-12-29 16:54:16 +0100 | |
| commit | b46793938598358a9ab5249bd97e8999d5ac67e6 (patch) | |
| tree | 3461b18599341fd3be19b0c094d6a62775478b88 /src/Makefile | |
| parent | f379783d28e73b4613852fca58e0af3f8ea6ab87 (diff) | |
| download | markam-b46793938598358a9ab5249bd97e8999d5ac67e6.tar.gz markam-b46793938598358a9ab5249bd97e8999d5ac67e6.zip | |
Rename linkwave to markam
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index f64fb7f..95baea2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,8 +2,8 @@ objects = paths.o common.o .PHONY: all -all: linkwave convert -linkwave: linkwave.scm $(objects) +all: markam convert +markam: markam.scm $(objects) csc $^ -o $@ convert: convert.scm $(objects) |
