1
0
mirror of https://gitlab.com/baco/dotconf.git synced 2024-06-19 06:17:03 +00:00
dotfiles/templates/Makefile
Dionisio E Alonso 8550e82f06 feat(templates): Add some templates for Makefiles
The purpose of this Makefile and base.mk files are to emulate the
behavior of command `make` when only given a build target (inferring the
source file to use); but using instead a custom set of building flags.

base.mk holds those custom set of building flags, Makefile is just the
wrapper to add get the target name and source file.
2024-01-23 12:54:24 -03:00

5 lines
50 B
Makefile

-include base.mk
TARGET = appname
all: $(TARGET)