Skip to content

Commit

Permalink
Added gdc and "make clean" support.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1kc committed Dec 30, 2012
1 parent 12634e7 commit 321e666
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Makefile
@@ -1,5 +1,13 @@
all:
all: dmd

dmd:
dmd sfn.d -ofsfn -O -w -wi

gdc:
gdc sfn.d -o sfn -O2 -Wall

install:
install -D sfn ${DESTDIR}/usr/bin/sfn

clean:
rm -f sfn sfn.o

0 comments on commit 321e666

Please sign in to comment.