Files
lk/make
Travis Geiselbrecht 649ca7dd54 [make] encode the source file extension into the .o file
Instead of compiling each .c or .cpp or .S file into an equivalent .o file,
map it to a file with .c.o or .cpp.o extension.

IE,
    foo.c -> foo.c.o
    bar.cpp -> bar.cpp.o

Reason for this being that if you change the suffix of a file it'll
automatically pick it up and recompile.
2021-01-14 18:43:18 -08:00
..
2019-02-17 20:29:50 -08:00
2018-11-30 22:45:58 -08:00
2020-05-17 14:19:25 -07:00