2021-01-18 16:49:45 +01:00
2021-01-18 16:44:15 +01:00
2021-01-18 16:49:45 +01:00

MakeFile-template

a simple make file template

place it into a folder containing two others folder one named src and one named objs

  • objs will contain .o files
  • src will contains your sources

the result of a build is a file call run infide the makefile folder

you can crosscompiler for windows by using make windows the resulting file will be called run.exe

S
Description
No description provided
Readme 32 KiB
Languages
Makefile 100%