Blob Blame History Raw
From b051c913e9ae0b6d87c92e438d091e0c61da98f6 Mon Sep 17 00:00:00 2001
From: Fabrizio Caruso <fabrizio_caruso@hotmail.com>
Date: Sun, 6 Oct 2019 15:19:45 +0200
Subject: [PATCH 052/170] Add supervisionhello in samples/Makefile

---
 samples/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/samples/Makefile b/samples/Makefile
index ad81c247..69efbe43 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -198,6 +198,9 @@ EXELIST_atarixl = $(EXELIST_atari)
 
 EXELIST_atari2600 = \
         atari2600hello
+        
+EXELIST_supervision = \
+        supervisionhello
 
 # Unlisted targets will try to build everything.
 # That lets us learn what they cannot build, and what settings
-- 
2.26.0