This repository has been archived on 2025-02-24. You can view files and clone it, but cannot push or open issues or pull requests.
secusend/makefile
2025-02-16 09:33:43 +13:00

11 lines
90 B
Makefile

all:
gcc main.c -lncurses -o out/SecuSend
clean:
rm -rf out/*
run:
./out/SecuSend