changed buildsystem to automake

This commit is contained in:
2026-06-01 02:15:39 +02:00
parent 3dd113269b
commit 7e1e59abef
19 changed files with 30277 additions and 148 deletions
+3
View File
@@ -0,0 +1,3 @@
bin_PROGRAMS = tinysh
tinysh_SOURCES = main.c redirection.c
tinysh_LDADD = -lreadline