mirror of
https://github.com/fooflington/wordbubbles.git
synced 2025-04-04 18:19:08 +00:00
move main.class compilation and building
This commit is contained in:
parent
6e5eb2b2c5
commit
ce08d3bf86
5
Makefile
5
Makefile
@ -3,8 +3,7 @@ JAVA = /usr/bin/java
|
||||
JAVAC = /usr/bin/javac
|
||||
JFLAGS = -g # -classpath $(LIBS)
|
||||
|
||||
SRCS = main.java \
|
||||
uk/org/mafoo/wordbubbles/Cell.java \
|
||||
SRCS = uk/org/mafoo/wordbubbles/Cell.java \
|
||||
uk/org/mafoo/wordbubbles/ImpossibleException.java \
|
||||
uk/org/mafoo/wordbubbles/Lexicon.java \
|
||||
uk/org/mafoo/wordbubbles/Prison.java
|
||||
@ -21,7 +20,7 @@ run: all
|
||||
.java.class:
|
||||
$(JAVAC) $(JFLAGS) $<
|
||||
|
||||
build: $(OBJS)
|
||||
build: $(OBJS) main.class
|
||||
|
||||
clean:
|
||||
rm -f $(OBJS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user