From 89c88e922f263c271e50a3b64a2718c2bd0acbc7 Mon Sep 17 00:00:00 2001
From: lang0909 <lang0909@ajou.ac.kr>
Date: Thu, 29 Aug 2019 17:37:31 +0900
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 42f8a91..a97fe47 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
 
 ```bash
 flex hw1.l
-gcc lex.yy.c -lf -lfl
+gcc lex.yy.c -ly -lfl
 ./a.out ex1.txt
 ./a.out ex2.txt
 ```
-- 
GitLab