dreamos82 / uwm

Useless window manager - Not a window manager!!! Just window manager experiments...
8 stars 2 forks source link

Makefile for issue #2 #10

Closed Flukas88 closed 3 years ago

Flukas88 commented 3 years ago

Added a minimal Makefile even though Cmake would be a better tool

dreamos82 commented 3 years ago

If i do just a make, it creates a relase-xyz empty folder, the compiled file stays in the same folder as the source. Also (this is up to you more a general question) shouldn't be better to put the makefile in the main folder instead of src?

Flukas88 commented 3 years ago

If i do just a make, it creates a relase-xyz empty folder, the compiled file stays in the same folder as the source. Also (this is up to you more a general question) shouldn't be better to put the makefile in the main folder instead of src?

I forgot to put the folder prefix in the -o :)

As for the root folders, generally, you put it where your main() resides

dreamos82 commented 3 years ago

Looks good to me! :+1: thanks!