mirror of
https://github.com/fooflington/wordbubbles.git
synced 2025-08-01 01:59:07 +00:00
fixed autobuild
This commit is contained in:
2
Makefile
2
Makefile
@@ -27,4 +27,4 @@ clean:
|
|||||||
rm -f $(OBJS)
|
rm -f $(OBJS)
|
||||||
|
|
||||||
wordbubbles.jar: build
|
wordbubbles.jar: build
|
||||||
jar cf $(OBJS)
|
jar cf $@ $(OBJS)
|
||||||
|
Reference in New Issue
Block a user