Moved into project specific dirs, started e2 with haskell
This commit is contained in:
parent
76458d1f0a
commit
be77f4b886
4
Makefile
4
Makefile
|
@ -1,6 +1,6 @@
|
|||
|
||||
default:
|
||||
mcs *.cs
|
||||
mcs */*.cs
|
||||
|
||||
clean:
|
||||
rm -r -f *.exe *.beam a.out
|
||||
rm -r -f */*.exe */*.beam */a.out
|
||||
|
|
Loading…
Reference in New Issue