Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michqo/WindowsMakefile
Copy of linux makefile for windows, it doesn't have all features but it has the main one which is running commands from file.
https://github.com/michqo/WindowsMakefile
go golang golang-package makefile windows
Last synced: 28 days ago
JSON representation
Copy of linux makefile for windows, it doesn't have all features but it has the main one which is running commands from file.
- Host: GitHub
- URL: https://github.com/michqo/WindowsMakefile
- Owner: michqo
- Created: 2020-04-08T10:50:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T10:57:19.000Z (over 4 years ago)
- Last Synced: 2024-08-28T20:13:54.393Z (4 months ago)
- Topics: go, golang, golang-package, makefile, windows
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - WindowsMakefile
README
# WindowsMakefile
## About
Simple makefile copy for windows with not all features but it can be used for languages like c++ and c. If you want to know how to use it, there is example in this repository.
## Setup
1. Open control panel.
2. Search env.
3. Click edit the system enviroment variables then click enviroment variables.
4. Under user variables for user (your user name) double click variable Path.
5. Click new and there add the location of your directory where the exe is located. I recommend you naming that exe make.exe so you can run the command `make` (you need to build the main.go file by running command `go build` or download it from [here](https://github.com/MichalUSER/WindowsMakefile/releases/)).
![image.png](image.png)