easymake icon indicating copy to clipboard operation
easymake copied to clipboard

A handy makefile for simple C/C++ applications

Results 2 easymake issues
Sort by recently updated
recently updated
newest added

I copied the `easymake.mk` into my working directory and created a `Makefile` containing ``` CXXFLAGS=-O2 include ./easymake.mk ``` After executing `make` and successfully building I tried `make clean` but it...