diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ out = terminus all: - cc src/main.c -lm -o $(out) + cc src/main.c -o $(out) debug: make all dbg="-g" |
index : terminus.git | ||
Terminus tracks shell login activity and executes a command if a time threshold is exceeded. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -1,7 +1,7 @@ out = terminus all: - cc src/main.c -lm -o $(out) + cc src/main.c -o $(out) debug: make all dbg="-g" |
Generated by cgit