Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Commit

Permalink
Add makefile.
Browse files Browse the repository at this point in the history
You think it works?  Ha!
  • Loading branch information
vermiculus committed Nov 25, 2013
1 parent 3161c7c commit 8131262
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions makefile
@@ -0,0 +1,8 @@
cleanwhitespace:
sources=`find src/butterseal/src/edu/smcm/gamedev/butterseal -name *.java`
# $(foreach file, $(sources), echo $(file);)
echo $(sources)
for number in 1 2 3 4
do
echo $(number)
done

0 comments on commit 8131262

Please sign in to comment.