diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-13 05:39:38 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-13 05:39:38 -0500 |
| commit | e2da2bffe58a76c091d3496bd3ca2d2f18ea2eb6 (patch) | |
| tree | 5195b221457842d781fadcb94331c93058046744 /f65/Makefile | |
| download | unalf-e2da2bffe58a76c091d3496bd3ca2d2f18ea2eb6.tar.gz | |
initial commit
Diffstat (limited to 'f65/Makefile')
| -rw-r--r-- | f65/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/f65/Makefile b/f65/Makefile new file mode 100644 index 0000000..91adf06 --- /dev/null +++ b/f65/Makefile @@ -0,0 +1,10 @@ +CFLAGS=-Wall + +all: test + +f65.o: f65.c f65.h + +f65test: f65.o f65test.c + +test: f65test + ./f65test |
