diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-12 02:23:03 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-12 02:23:03 +0200 |
| commit | 36f3bb9c47de6bb8046a2fea19b74aedb9195a5b (patch) | |
| tree | be633927a1477eb5cbe8f2d81a32f11afe8b9eb8 /Makefile | |
| parent | 4ea24424833d36602b2949d6e22e15e09dad87f2 (diff) | |
| download | makext-36f3bb9c47de6bb8046a2fea19b74aedb9195a5b.tar.gz | |
Added a for subtargets and updated readme
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ help: .help demo: .assure -build-app: # Build the application +build-app: clean-cache # Build the application @echo "Building the application..." clean-cache: # Clean the cache |
