respective makefile
This commit is contained in:
parent
0707bf28db
commit
6847da8859
@ -4,7 +4,7 @@ stat:
|
||||
gcc -o $(output) status.c $(flags)
|
||||
|
||||
laptop:
|
||||
gcc -D LAPTOP status.c -o $(output) status.c $(flags)
|
||||
gcc -D LAPTOP=1 status.c -o $(output) status.c $(flags)
|
||||
|
||||
clean:
|
||||
rm -f statline
|
||||
|
Loading…
Reference in New Issue
Block a user