From 8d81ffef00f5cf2c267fb855715b76cdf004bc52 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 1 Mar 2023 16:11:17 +0100 Subject: Keep it simple --- README.md | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ffb1352..976efad 100644 --- a/README.md +++ b/README.md @@ -1,23 +1 @@ -## Adding new source files -Be free to add new source files! After adding files, it must be runned this -script: -``` -$ ./makemk -``` -So will be generated a new `target.mk`. This one must be committed, to avoid -running `makemk` on cloning repository. - -## Build instruction -It's simple, just: -``` -$ make -``` - -## Installation -As root: -``` -# make install -``` - -## Note -This project is compatible with both BSD make and GNU make. +Just an include file. -- cgit v1.2.3