scripts: Move more scripts into it
[lcapit-junk-code.git] / CEP / Cs / Makefile
blob948daf020c3d368b9b4baaed6edc57abe3e668c5
2 EXEC = cep-browser.exe
4 all: $(EXEC)
7 $(EXEC): cep-browser.cs
8 gmcs $<
10 clean:
11 rm -f *~ *.exe