mirror of
1
0
Fork 0

Link with dynamic loader

This commit is contained in:
Tristan B. Kildaire 2020-05-05 20:30:39 +02:00
parent 6e0147caca
commit 128f6aa741
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Makefile for the Plugable EDitor #
CC=gcc
FLAGS=-Wall -pedantic
FLAGS=-Wall -pedantic -ldl
EXE=bin/ped
all: install