[del] tools:makefile

This commit is contained in:
Christian Fraß 2023-09-22 12:12:30 +02:00
parent ca7cc64944
commit bac411c926

View file

@ -1,14 +0,0 @@
## consts
dir_lib := lib
dir_source := source
dir_build := build
cmd_mkdir := mkdir -p
cmd_tsc := tsc
cmd_chmod := chmod
## rules
${dir_build}