Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
0.15
Browse files Browse the repository at this point in the history
Added file commands and functions
Fixed a getVal() bug
Changed code structure a bit
Added proper re-reading of history to identify duplicate commands (*nix only)
Added -k/--keep option to suppress '\e[0m' on exit
  • Loading branch information
PQCraft authored May 5, 2021
1 parent 11e1eba commit 97f90fa
Show file tree
Hide file tree
Showing 7 changed files with 398 additions and 205 deletions.
2 changes: 1 addition & 1 deletion Makefile-Windows
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
C = gcc

CFLAGS = -O2 -s -lm --std=c99
CFLAGS = -Wall -Wextra -O2 -s -lm --std=c99

BUILD64 = $(C) clibasic.c -m64 $(CFLAGS) -D B64 -o clibasic.exe
BUILD32 = $(C) clibasic.c -m32 $(CFLAGS) -D B32 -o clibasic.exe
Expand Down
Loading

0 comments on commit 97f90fa

Please sign in to comment.