mirror of
https://github.com/smartykit/apple1.git
synced 2024-12-28 04:33:16 +00:00
5 lines
92 B
Makefile
5 lines
92 B
Makefile
|
all:
|
||
|
javac Exec.java
|
||
|
clean :
|
||
|
rm -f *~ *.class apple1/*~ apple1/*.class gui/*~ gui/*.class
|