Archived
1
0
Fork 0
This repository has been archived on 2025-03-10. You can view files and clone it, but cannot push or open issues or pull requests.
hsbot/Makefile

8 lines
138 B
Makefile

all:
ghc --make -Wall -O2 Main.hs -o hsbot
clean:
- rm hsbot
- find ./ -name \*.o -exec rm {} +
- find ./ -name \*.hi -exec rm {} +