diff options
| author | def <dennis@felsin9.de> | 2015-03-04 14:12:19 +0100 |
|---|---|---|
| committer | def <dennis@felsin9.de> | 2015-03-04 15:43:18 +0100 |
| commit | 2800f318812a1598fcbc918a361ce1f6f24be9f0 (patch) | |
| tree | 8d8659bb36e672e37c0cf84832d895c37380fc06 /nim/Makefile | |
| parent | 2c47ac541ec6f2c959a0f0ff4f0f654400efd2fd (diff) | |
| download | mal-2800f318812a1598fcbc918a361ce1f6f24be9f0.tar.gz mal-2800f318812a1598fcbc918a361ce1f6f24be9f0.zip | |
Fix and clean up Nim implementation
Diffstat (limited to 'nim/Makefile')
| -rw-r--r-- | nim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nim/Makefile b/nim/Makefile index 4b8707d..e8c450e 100644 --- a/nim/Makefile +++ b/nim/Makefile @@ -18,7 +18,7 @@ all: $(BINS) mal mal: $(word $(words $(BINS)),$(BINS)) cp $< $@ -$(BINS): +$(BINS): %: %.nim nim -d:release c $@ clean: |
