mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-06 14:30:18 +00:00
7 lines
68 B
Makefile
7 lines
68 B
Makefile
CC = gcc
|
|
CFLAGS = -O2 -Wall
|
|
LFLAGS =
|
|
|
|
INSTALL_LOC = /usr/local/bin
|
|
|