diff --git a/.gitignore b/.gitignore index 39a4f9c..a8e0916 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ compiled/ # Dependency tracking files *.dep +*.bak diff --git a/Makefile.rkt b/Makefile.rkt index 59a4c3a..2555e44 100644 --- a/Makefile.rkt +++ b/Makefile.rkt @@ -15,4 +15,10 @@ (target package (deps clean) (zip-package)) + +(target windows + (displayln "does nothing yet")) + ;(git 'add '-A) + ;(git 'commit + ;(git 'switch " \ No newline at end of file