Skip to content

Commit

Permalink
Add kmeans to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
e-n-f committed Nov 11, 2013
1 parent 50bfea6 commit 78124fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: cleanse hachure pnpoly subdivide-world
all: cleanse hachure pnpoly subdivide-world kmeans.class

cleanse: cleanse.c
cc -g -Wall -O3 -o cleanse cleanse.c -lm
Expand All @@ -12,3 +12,5 @@ pnpoly: pnpoly.c
subdivide-world: subdivide-world.c
cc -g -Wall -O3 -o subdivide-world subdivide-world.c

kmeans.class: kmeans.java
javac kmeans.java

0 comments on commit 78124fa

Please sign in to comment.